Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bbcde7d to
02643e3
Compare
02643e3 to
d316383
Compare
d316383 to
4adb723
Compare
4adb723 to
3b0acad
Compare
3b0acad to
820f706
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new argos builds CLI surface to inspect builds and list snapshot diffs, backed by a new API-client schema endpoint and exercised via CLI e2e coverage in CI.
Changes:
- Add
argos builds getandargos builds snapshotscommands (with JSON output + filtering). - Extend API client schema with
/project/builds/number/{buildNumber}and wire CLI to use@argos-ci/api-client. - Add CLI e2e coverage for the new command and plumb
ARGOS_BUILD_NUMBERthrough Turbo + GitHub Actions.
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| turbo.json | Passes env vars into e2e Turbo task (now includes ARGOS_BUILD_NUMBER). |
| pnpm-lock.yaml | Adds @argos-ci/api-client dependency for CLI; lockfile resolution changed for vitest peer set. |
| packages/gitlab/src/statuses.ts | Tweaks log message wording for GitLab status sync. |
| packages/cli/src/index.ts | Registers the new builds command with the CLI program. |
| packages/cli/src/commands/builds.ts | Implements builds get and builds snapshots command behavior. |
| packages/cli/package.json | Adds api-client dependency; runs new builds e2e script in CLI e2e pipeline. |
| packages/cli/e2e/builds.js | Adds e2e coverage for builds command (auth, JSON, filtering, error cases). |
| packages/api-client/src/schema.ts | Adds OpenAPI-typed endpoint for fetching a build by build number. |
| .gitignore | Adds .DS_Store and fixes indentation. |
| .github/workflows/ci.yml | Provides ARGOS_BUILD_NUMBER to CI e2e job. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
820f706 to
b460548
Compare
b460548 to
cb50324
Compare
cb50324 to
e3586ae
Compare
8e333e9 to
b83d6f3
Compare
413a25c to
b1b1849
Compare
b1b1849 to
538d34c
Compare
538d34c to
8e7ec98
Compare
8e7ec98 to
757d233
Compare
757d233 to
a540409
Compare
a540409 to
4abfaf5
Compare
4abfaf5 to
9f53061
Compare
9f53061 to
c9e729c
Compare
gregberge
approved these changes
Mar 31, 2026
c9e729c to
e0b960d
Compare
e0b960d to
4e4db73
Compare
4e4db73 to
b2fbf3e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.